From: Eli Zaretskii Date: Mon, 21 Jun 2004 19:51:27 +0000 (+0000) Subject: (Fwith_output_to_temp_buffer): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21894 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5f3c49c90d5c8a3861259d64d5dd49994e2300bf;p=emacs.git (Fwith_output_to_temp_buffer): Doc fix. --- diff --git a/src/print.c b/src/print.c index a91276d409a..0abd30b5ce0 100644 --- a/src/print.c +++ b/src/print.c @@ -658,7 +658,7 @@ If variable `temp-buffer-show-function' is non-nil, call it at the end to get the buffer displayed instead of just displaying the non-selected buffer and calling the hook. It gets one argument, the buffer to display. -usage: (with-output-to-temp-buffer BUFFNAME BODY ...) */) +usage: (with-output-to-temp-buffer BUFNAME BODY ...) */) (args) Lisp_Object args; {